Description
Get the blob for ARender visualisation
Operation id | Document.ARenderGetBlob |
Category | Document |
Label | Get the blob for ARender |
Requires | |
Since | |
Parameters
Signature
Inputs | document |
Outputs | blob |
Implementation Information
JSON Definition
{
"id" : "Document.ARenderGetBlob",
"label" : "Get the blob for ARender",
"category" : "Document",
"requires" : null,
"description" : "Get the blob for ARender visualisation",
"url" : "Document.ARenderGetBlob",
"signature" : [ "document", "blob" ],
"params" : [ {
"name" : "blobXPath",
"description" : null,
"type" : "string",
"required" : false,
"widget" : null,
"order" : 0,
"values" : [ "file:content" ]
} ]
}